home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
vivid
/
getat2.dir
/
00093_Script_93
< prev
next >
Wrap
Text File
|
1996-11-09
|
987b
|
34 lines
on exitFrame
repeat with Loop in [34,36,35,37,38,32,33,39,40,41] --text objects
if the casttype of cast the castnum of sprite Loop = #digitalvideo then
set the video of cast the castnum of sprite Loop to FALSE
end if
set the visible of sprite Loop to false
end repeat
updatestage
global cast_m
if cast_m<>255 then
spritebox 48,0,0,the stageright-the stageleft,the stagebottom-the stagetop
-- set the locv of sprite 48 to (the stagebottom-the stagetop)/2
-- set the loch of sprite 48 to (the stageright-the stageleft)/2
set the castnum of sprite 48 to cast_m
updatestage
if the casttype of cast cast_m = #digitalvideo then
set the video of cast cast_m to false
set the video of cast cast_m to true
else
set the visible of sprite 48 to true
-- puppettransition 38
exit
end if
end if
set the visible of sprite 48 to true
end